-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CAPI to 1.9.0 #925
Bump CAPI to 1.9.0 #925
Conversation
@Danil-Grigorev thanks for the PR! I guess you are already looking into it or noticed but there are bunch of |
Thanks @furkatgofurov7, I haven’t looked into this yet since the PR still blocked on kubernetes-sigs/cluster-api-operator#649 to be merged and released first, can you give an approval? Current issue is in transient dependency on CR from CAPI operator test package, which can be fixed only with timely release.
Can you elaborate how |
I am waiting on some dependabot PRs to pass CI and merge on capi operator before cutting a release, CAPI PR is already merged.
The first is deprecated and is not in the e2e package anymore so you have to just replace it with latter AFAIR |
kubernetes-sigs/cluster-api#10442 seems to be the cause… Since we use |
ae362f6
to
fa06b76
Compare
- Re-implement Apply method in local framework - Add controller names, where needed - Integration test: init controllers only once per all test cases Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> WIP: Evaluating CreateOrUpdate Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
fa06b76
to
e97f40f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Danil-Grigorev. Just to make sure I understand this correctly, does this mean we have to update our test framework to align with the deprecated Apply
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot for doing this! nice to see unit test flakes go away
What this PR does / why we need it:
Depends on kubernetes-sigs/cluster-api-operator#649 merged and released first.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #922
Special notes for your reviewer:
Checklist: